Skip to content

Added validation checks to password field in sign up form #154

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: development
Choose a base branch
from

Conversation

oneknucklehead
Copy link
Contributor

@oneknucklehead oneknucklehead commented Apr 20, 2022

Pull Request Template

Description

Adds validation to the password field in the sign up form. Checks whether the password is 8 or more characters long, contains upper an lowercase letters and special characters using regex expression.

Fixes #143

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality).

Additional Context (Please include any Screenshots/gifs if relevant)

2022-04-20.15-01-05.mp4

@padmajabhol padmajabhol self-requested a review April 25, 2022 09:06
@oneknucklehead
Copy link
Contributor Author

Hey @padmajabhol can you please merge this?

@padmajabhol
Copy link
Member

padmajabhol commented May 10, 2022

Hey @padmajabhol can you please merge this?

I only review PRs. I don't think I should merge a PR before the approval of either of the mentors. Though I assure that every PR counts has a solid contribution regardless they are merged or not.

@oneknucklehead
Copy link
Contributor Author

oneknucklehead commented May 10, 2022

Hey @padmajabhol can you please merge this?

I only review PRs. I don't think I should merge a PR before the approval of either of the mentors. Though I assure that every PR counts has a solid contribution regardless they are merged or not.

Okay! I said this because another bug I worked on got committed to this PR. Issue #157

@padmajabhol
Copy link
Member

Does this PR solves both #143 and #157?

@oneknucklehead
Copy link
Contributor Author

Does this PR solves both #143 and #157?

yes it does.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

login email and password validation
2 participants